home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Softshoe
/
Lisa's Mac Parts
/
Files
/
Errors
/
HardwareVolumeLockError.h
< prev
next >
Wrap
Text File
|
2000-06-23
|
338b
|
21 lines
// HardwareVolumeLockError.h
#ifndef HardwareVolumeLockError_h
#define HardwareVolumeLockError_h
#ifndef VolumeLockError_h
#include "VolumeLockError.h"
#endif
class HardwareVolumeLockError: VolumeLockError
{
public:
HardwareVolumeLockError( OSErr error )
: VolumeLockError( error )
{}
// Used for wPrErr
};
#endif